From df53b5d11cf507b68c2b8ec9d566981d241667f4 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 22 Sep 2015 09:07:11 -0400 Subject: [PATCH] Fix docstring typo Thanks @hmelman --- which-key.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/which-key.el b/which-key.el index 91200c75083..e4d809815d4 100644 --- a/which-key.el +++ b/which-key.el @@ -262,7 +262,7 @@ prefixes in `which-key-paging-prefixes'" (defface which-key-highlighted-command-face '((t . (:inherit which-key-command-description-face :underline t))) "Default face for the command description when it is a command -and it matches a string in `which-key-highlighted-command-face'." +and it matches a string in `which-key-highlighted-command-list'." :group 'which-key-faces) (defface which-key-group-description-face -- 2.30.2